home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / iPowerBase / ConfigWizard.css next >
Encoding:
Cascading Style Sheet File  |  2006-04-10  |  6.7 KB  |  487 lines

  1. body
  2. {
  3.     background:#fff;
  4. }
  5.  
  6. #WizardContainer
  7. {
  8.     float:left;
  9.     position:relative;
  10.     margin:10px 0 0 10px;
  11.     width:900px;
  12.     height:400px;
  13.     background:url(/img/iPowerBase3/Wizard_bg.jpg) left top no-repeat;
  14. }
  15.  
  16. #LeftPanel
  17. {
  18.     float:left;
  19.     clear:left;
  20.     width:300px;
  21.     height:400px;
  22.     line-height:400px;
  23. }
  24.  
  25. #MainForm
  26. {
  27.     float:right;
  28.     position:relative;
  29.     width:650px;
  30.     height:340px;
  31.     margin:8px 12px 0 0;
  32. }
  33.  
  34. a.btn_Confirm:link, a.btn_Confirm:visited
  35. {
  36.     display:block;
  37.     position:absolute;
  38.     right:12px;
  39.     bottom:12px;
  40.     width:131px;
  41.     height:33px;
  42.     
  43.     line-height:33px;
  44.     text-decoration:none;
  45.     font-size:14px;
  46.     color:#666;
  47. }
  48.  
  49. a.btn_Confirm:hover{color:#000}
  50. a.btn_Confirm:active{color:#27c}
  51.  
  52. a.btn_Cancel:link, a.btn_Cancel:visited
  53. {
  54.     display:block;
  55.     position:absolute;
  56.     left:240px;
  57.     bottom:12px;
  58.     width:131px;
  59.     height:33px;
  60.     
  61.     line-height:33px;
  62.     text-decoration:none;
  63.     font-size:14px;
  64.     color:#666;
  65. }
  66. a.btn_Cancel:hover{color:#000}
  67. a.btn_Cancel:active{color:#27c}
  68.  
  69. .Prompt
  70. {
  71.     float:left;
  72.     clear:left;
  73.     width:190px;
  74.     height:30px;
  75.     line-height:30px;
  76.     text-align:right;
  77.     margin:5px 10px 5px 0;
  78.     color:#666;
  79.     font-weight:bold;
  80. }
  81.  
  82. .Prompt_sm
  83. {
  84.     float:left;
  85.     height:20px;
  86.     line-height:20px;
  87.     text-align:right;
  88.     margin:0px 10px 5px 0;
  89.     color:#444;
  90.     font-weight:bold;
  91. }
  92.  
  93. .Hint_sm
  94. {
  95.     float:left;
  96.     width:298px;
  97.     margin:0px 0 10px 0px;
  98.     border:1px dashed #aaa;
  99.     background:#fff;
  100.     text-align:left;
  101.     line-height:20px;
  102.     color:#333;
  103. }
  104.  
  105. a.HintLink:link, a.HintLink:visited
  106. {
  107.     color:#37f;
  108.     text-decoration:underline;
  109. }
  110. a.HintLink:hover
  111. {
  112.     background:#37f;
  113.     color:#fff;
  114.     text-decoration:none;
  115. }
  116.  
  117. .TextValue_sm
  118. {
  119.     float:left;
  120.     width:300px;
  121.     height:20px;
  122.     margin:0px 0 5px 0;
  123. }
  124.  
  125. .TextValue
  126. {
  127.     float:left;
  128.     width:400px;
  129.     height:20px;
  130.     margin:10px 0 5px 0;
  131.     text-align:left;
  132. }
  133.  
  134. .Value
  135. {
  136.     float:left;
  137.     width:400px;
  138.     height:30px;
  139.     line-height:30px;
  140.     text-align:left;
  141.     margin:5px 10px 5px 0;
  142.     color:#000;
  143.     font-weight:bold;
  144. }
  145.  
  146. .Hint
  147. {
  148.     float:left;
  149.     width:398px;
  150.     margin:0px 0 10px 200px;
  151.     border:1px dashed #aaa;
  152.     background:#fff;
  153.     text-align:left;
  154.     line-height:15px;
  155. }
  156.  
  157. .Spacer
  158. {
  159.     float:left;
  160.     display:block;
  161.     width:600px;
  162.     height:40px;
  163. }
  164.  
  165. #StepInfo
  166. {
  167.     float:left;
  168.     margin:2px 0 10px 2px;
  169.     width:645px;
  170.     height:27px;
  171.     line-height:27px;
  172.     color:#666;
  173.     font-family:SimSun, Tahoma, Lucida Grande, sans-serif;
  174.     font-size:12px;
  175.     text-align:left;
  176. }
  177.  
  178.     #StepInfo b
  179.     {
  180.         color:#000;
  181.         font-weight:bold;
  182.         margin:0 10px 0 5px;
  183.     }
  184.     
  185. /* Step 2 */
  186. #DataFields_Area
  187. {
  188.     float:left;
  189.     position:relative;
  190.     display:block;
  191.     margin:10px 10px 10px 4px;
  192.     border:1px solid #555;
  193.     width:200px;
  194.     height:287px;
  195.     background:#fff;
  196.     overflow:auto;
  197. }
  198.  
  199. #DataFields_Select
  200. {
  201.     float:left;
  202.     position:relative;
  203.     display:block;
  204.     width:180px;
  205.     height:287px;
  206.     padding:0 0 0 0;
  207.     margin: 0 0 0 0;
  208.     z-index:1;
  209. }
  210.  
  211.     #DataFields_Select li
  212.     {
  213.         float:left;
  214.         list-style-type:none;
  215.         line-height:25px;
  216.         height:25px;
  217.         width:170px !important;
  218.         width:180px;
  219.         background:#fff;
  220.         border-bottom:1px solid #aaa;
  221.         cursor:move;
  222.         text-align:left;
  223.         padding-left:10px;
  224.         color:#444;
  225.     }
  226.     
  227.     #DataFields_Select li:hover
  228.     {
  229.         background:#f0f9ff;
  230.         border-bottom:1px solid #a0a9af;
  231.         color:#000;
  232.     }
  233.     
  234.     #DataFields_Select li cite
  235.     {
  236.         color:#777;
  237.         font-style:normal;
  238.     }
  239.     
  240.     a.btn_Plus:link, a.btn_Plus:visited
  241.     {
  242.         position:absolute;
  243.         
  244.         top:32px;
  245.         left:4px;
  246.         width:100px;
  247.         height:16px;
  248.         line-height:16px;
  249.         text-align:left;
  250.         color:#555;
  251.         text-decoration:none;
  252.         border:1px solid #555;
  253.         background:#eee;
  254.         text-align:center;
  255.         border-bottom:1px solid #fff;
  256.     }
  257.     
  258.     a.btn_Plus:hover
  259.     {
  260.         color:#000;
  261.         border:1px solid #888;
  262.         background:#fff;
  263.     }
  264.     a.btn_Plus:active
  265.     {
  266.         color:#fff;
  267.         background:#aaa;
  268.     }
  269.  
  270. .InputGroup
  271. {
  272.     float:left;
  273.     width:400px;
  274.     text-align:left;
  275. }
  276.  
  277.     a.Group_Title:link, a.Group_Title:visited
  278.     {
  279.         float:left;
  280.         display:block;
  281.         width:400px;
  282.         height:20px;
  283.         line-height:20px;
  284.         border-bottom:2px solid #aaa;
  285.         font-size:14px;
  286.         text-align:left !important;
  287.         color:#444;
  288.         cursor:hand;
  289.         text-decoration:none;
  290.         margin-bottom:5px;
  291.     }
  292.     a.Group_Title:hover
  293.     {
  294.         color:#16a;
  295.     }
  296.     
  297.     a.FieldType:link, a.FieldType:visited
  298.     {
  299.         float:left;
  300.         width:180px;
  301.         height:30px;
  302.         margin:0 5px 5px 0;
  303.         background:#eee;
  304.         line-height:30px;
  305.         border:1px solid #aaa;
  306.         color:#666;
  307.         text-decoration:none;
  308.     }
  309.     
  310.     a.FieldType:hover
  311.     {
  312.         color:#000;
  313.         background:#fff;
  314.     }
  315.     a.FieldType:active
  316.     {
  317.         color:#fff;
  318.         background:#666;
  319.     }
  320.     
  321.     .FieldSelectionRadio
  322.     {
  323.         float:left;
  324.         margin:7px 5px 0 5px;
  325.     }
  326.     
  327. a.TrashLink:link, a.TrashLink:visited
  328. {
  329.     float:right;
  330.     width:10px;
  331.     height:11px;
  332.     margin:7px 7px 0 0;
  333.     background:url(/img/App_GUI/Misc/trash.gif) left top no-repeat;
  334.     cursor:hand !important;
  335. }
  336.  
  337. /* Step 3 */
  338. #People_Area
  339. {
  340.     float:left;
  341.     position:relative;
  342.     display:block;
  343.     margin:10px 10px 10px 4px;
  344.     border:1px solid #555;
  345.     width:200px;
  346.     height:287px;
  347.     background:#fff;
  348.     overflow:auto;
  349. }
  350.  
  351. #People_Select
  352. {
  353.     float:left;
  354.     position:relative;
  355.     display:block;
  356.     width:180px;
  357.     height:287px;
  358.     padding:0 0 0 0;
  359.     margin: 0 0 0 0;
  360.     z-index:1;
  361. }
  362.  
  363.     #People_Select li
  364.     {
  365.         float:left;
  366.         list-style-type:none;
  367.         line-height:35px;
  368.         height:35px;
  369.         width:145px !important;
  370.         width:180px;
  371.         background:#fff url(/img/App_GUI/Misc/UserIcon.jpg) left top no-repeat;
  372.         border-bottom:1px solid #aaa;
  373.         cursor:move;
  374.         text-align:left;
  375.         padding-left:35px;
  376.         color:#444;
  377.         font-size:14px;
  378.         
  379.     }
  380.     
  381.     #People_Select li:hover
  382.     {
  383.         background:#f0f9ff;
  384.         border-bottom:1px solid #a0a9af;
  385.         color:#000;
  386.     }
  387.  
  388.     .LeftLabel
  389.     {
  390.         position:absolute;
  391.         
  392.         top:32px;
  393.         left:4px;
  394.         width:100px;
  395.         height:16px;
  396.         line-height:16px;
  397.         text-align:left;
  398.         color:#555;
  399.         text-decoration:none;
  400.         border:1px solid #555;
  401.         background:#fff;
  402.         text-align:center;
  403.         z-index:1;
  404.         border-bottom:1px solid #fff;
  405.     }
  406.     
  407. #Admin_Area
  408. {
  409.     float:right;
  410.     position:relative;
  411.     display:block;
  412.     margin:10px 4px 10px 0;
  413.     border:1px solid #555;
  414.     width:200px;
  415.     height:287px;
  416.     background:#fff;
  417.     overflow:auto;
  418. }
  419.  
  420. #Admin_Select
  421. {
  422.     float:left;
  423.     position:relative;
  424.     display:block;
  425.     width:180px;
  426.     height:287px;
  427.     padding:0 0 0 0;
  428.     margin: 0 0 0 0;
  429.     z-index:1;
  430. }
  431.  
  432.     #Admin_Select li
  433.     {
  434.         float:left;
  435.         list-style-type:none;
  436.         line-height:35px;
  437.         height:35px;
  438.         width:145px !important;
  439.         width:180px;
  440.         background:#fff url(/img/App_GUI/Misc/UserIcon.jpg) left top no-repeat;
  441.         border-bottom:1px solid #aaa;
  442.         cursor:move;
  443.         text-align:left;
  444.         padding-left:35px;
  445.         color:#444;
  446.         font-size:14px;
  447.         
  448.     }
  449.     
  450.     #Admin_Select li:hover
  451.     {
  452.         background:#f0f9ff;
  453.         border-bottom:1px solid #a0a9af;
  454.         color:#000;
  455.     }
  456.  
  457.     .RightLabel
  458.     {
  459.         position:absolute;
  460.         
  461.         top:32px;
  462.         right:4px;
  463.         width:100px;
  464.         height:16px;
  465.         line-height:16px;
  466.         text-align:left;
  467.         color:#555;
  468.         text-decoration:none;
  469.         border:1px solid #555;
  470.         border-bottom:1px solid #fff;
  471.         background:#fff;
  472.         text-align:center;
  473.         z-index:1;
  474.     }
  475.     
  476.     #SpecialHint
  477.     {
  478.         float:left;
  479.         width:190px !important;
  480.         width:200px;
  481.         height:50px;
  482.         line-height:50px;
  483.         background:#ffc;
  484.         border:1px solid #cca;
  485.         padding:5px;
  486.         margin-top:100px;
  487.     }